@charset "utf-8";

/* reset */

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
input,
select,
textarea,
button,
p,
blockquote,
th,
td,
figure {
    margin: 0;
    padding: 0;
    *zoom: 1
}

@font-face {
    font-family: ls;
    src: url('ls.TTF');
    /*这里是字体文件路径*/
}

html {
    height: 100%;
    font-family: "ls", "Microsoft Yahei";
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

img {
    max-width: 100%;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

input,
textarea,
select {
    font-size: 12px;
    color: #444;
    font-family: "ls", "Microsoft Yahei";
    outline: 0;
}

input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='checkbox'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type='submit'],
input[type='reset'],
input[type='button'] {
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

::-ms-input-placeholder {
    color: #999;
}

button {
    padding: 0;
    border: 0;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

.wp {
    margin: 0 auto;
    width: 1280px;
}

body {
    min-height: 100%;
    _height: 100%
}

li {
    list-style-type: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

iframe,
frame,
fieldset,
img {
    border: 0 none
}

img {
    vertical-align: top
}

input[type=button],
input[type=submit],
input[type=reset] {
    cursor: pointer
}

button {
    cursor: pointer
}

input,
textarea,
button {
    -webkit-border-radius: 0;
    -webkit-appearance: none
}

input[type=radio] {
    -webkit-border-radius: 100%;
    -webkit-appearance: radio
}

input[type=checkbox] {
    -webkit-appearance: checkbox
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box
}

textarea {
    overflow: auto;
    resize: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th {
    text-align: left
}

th {
    font-weight: normal
}

em,
cite,
address,
i {
    font-style: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

body,
input,
select,
button,
textarea {
    color: #333;
    font-size: 15px;
    font-family: ls, "Microsoft Yahei", arial, "\5b8b\4f53";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 0.5;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 0.5;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 0.5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 0.5;
}


/*公用样式*/

.txt-center {
    text-align: center;
}

.relative {
    position: relative;
}

.max {
    width: 100%;
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.af:after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.grey {
    background: #f5f5f5;
}

.auto-img {
    position: relative;
    overflow: hidden;
    display: block;
}

.auto-img img {
    position: relative;
}

.auto-bg {
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    background-position: center;
    background-size: cover;

}

.banner {
    width: 100%;
    height: auto;
}

.banner img {
    display: block;
    width: 100%
}
.banner img:hover {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -moz-transform: scale(1,1);
}

.top-btn {
    display: block;
    width: 85px;
    height: 57px;
    padding-top: 25px;
    color: #fff;
    background: url(../images/nav_bg01.png) no-repeat;
    background-size: cover;
    position: fixed;
    right: 0;
    top: 70%;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
    padding-left: 15px;
    font-family: arial;
    z-index: 99;
    display: none;
}

.top-btn:hover {}


/*底部*/

.page-ft {
    background: #060c13;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 20px;
    color: #878787;
    line-height: 30px;
}


/*分享*/

#share {
    float: left;
    position: relative;
}

#share li {
    display: inline-block;
    position: relative;
}

#share li div {
    display: none;
    position: absolute;
    bottom: 50px;
    left: -32px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    width: 100px;
    height: 100px;
}

#share li div:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-top: -20px;
    margin-left: 42px;
}

#share ol li div {
    bottom: 45px;
    left: -32px;
}

#share li p {
    line-height: 6px;
    display: none;
}

#share li div a {
    width: 100%;
    height: 100%;
}


/*#share li:hover div{display: none;}*/

#share li.wechat:hover div.wechat2 {
    display: block;
}

#share a,
#share li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/share01-1.png) !important;
    margin-right: 10px
}

#share .bds_sqq {
    background: 0 0;
}

#share .bds_sqq:hover {
    background-position: 0 -30px;
}

#share .bds_tsina {
    background-position: -60px 0;
}

#share .bds_tsina:hover {
    background-position: -60px -30px;
}

#share .bds_weixin {
    background-position: -30px 0;
}

#share .bds_weixin:hover {
    background-position: -30px -30px;
}


/*首页*/

#share ol li {
    position: relative;
}


/*.fa-share .bds_weixin { position: relative!important;}*/

.ft-share .bds_weixin {
    position: relative!important;
}

.ft-share .bds_weixin .codes {
    display: block!important;
    position: absolute!important;
    bottom: 90px;
    left: -20px;
    width: 100px;
    height: 100px;
}


/*分享end*/

.wrap {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.mb {
    display: none;
}

.hd {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 1);
    z-index: 99;
   /* background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(33, 33, 33, 1)), to(rgba(31, 31, 31, 0.3))); */
    /* Safari 5.1 - 6.0 */
   /* background: -webkit-linear-gradient(top, rgba(33, 33, 33, 1), rgba(31, 31, 31, 0.3));
    background: -o-linear-gradient(top, rgba(33, 33, 33, 1), rgba(31, 31, 31, 0.3)); */
    /* Opera 11.1 - 12.0 */
   /* background: -ms-linear-gradient(top, rgba(33, 33, 33, 1), rgba(31, 31, 31, 0.3));
    background: -moz-linear-gradient(top, rgba(33, 33, 33, 1), rgba(31, 31, 31, 0.3)); */
    /* Firefox 3.6 - 15 */
    /* background: linear-gradient(top, rgba(33, 33, 33, 1), rgba(31, 31, 31, 0.3)); */
}

.pc {
    margin: 0 100px;
}

.pc .logo {
    margin-top: 10px;
    float: left;margin-bottom: 10px;
}

.pc nav {
    position: absolute;
    right: 100px;
    top: 0;
}

.pc ul li {
    float: left;
    /* width: 150px; */
    text-align: center;
    /* padding: 0 25px; */
    background: url(../images/line2.png) no-repeat  right center;
    font-size: 16px;
    position: relative;
}

.pc li>a {
    display: block;
    color: #333;
    background-size: contain;
    padding: 31px 25px;
}

.pc li .sec a {
    display: block;
    color: #fff;font-size: 15px;
}


/*.pc li>a{border-left:1px solid rgba(127,126,126,0.6);}*/

.pc li:first-child>a {
    background: none;
}

.pc li a:hover {
    color: #FFF;background: rgb(218 37 29);
}

.pc li.act>a {
    position: relative;
    z-index: 11;
    background: none;
}

.pc li .sec {
    display: none;
    position: absolute;
    background: rgba(23, 91, 192, 0.9);
    width: 100%;
    line-height: 30px;
    top: 0;
    padding-top: 80px;
    z-index: 9;
}

.pc .lang {
    float: right;
    color: #fff;
    padding: 30px 0;
    position: relative;
}

.pc .lang .zh {
    display: inline-block;
    height: 20px;
    background: url(../images/ch.png) 0 0 no-repeat;
    padding-left: 25px;
    line-height: 20px;
    color: #fff
}

.pc .lang .jj {
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid #9a9a9a;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    vertical-align: middle;
}

.pc .lang-box {
    position: absolute;
    right: -8px;
    top: 65px;
    background: none;
    padding: 8px;
    z-index: 1;
    border-radius: 4px;
    display: none;
}

.pc .lang-box a.use {
    display: block;
    height: 20px;
    background: url(../images/usa.png) no-repeat;
    vertical-align: middle;
    padding-left: 25px;
    line-height: 20px;
}

.pc .lang:hover .lang-box {
    display: block;
    -moz-animation: downIn 0.3s both;
    -o-animation: downIn 0.3s both;
    -webkit-animation: downIn 0.3s both;
    animation: downIn 0.3s both;
}


/*.pc .lang:hover .lang-box:before{content: '';display: block;width:0;height:0;border-bottom:5px solid #9a9a9a;border-left:5px solid transparent;border-right: 5px solid transparent;position: absolute;bottom:100%;left:50%;}*/

.pc .lang-box a:hover {
    text-decoration: underline;
    color: #A40000
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background-color: #fff;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    background-color: #facb67;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    background-color: #facb67;
}


/*加入我们*/

.page-map {
    height: 55px;
    background: #f5f5f5;
    line-height: 55px;
    font-size: 18px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
}

.page-map>a {
    display: inline-block;
    margin: 0 8px;
}

.page-map .home:before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(../images/home.png);
    position: relative;
    top: 4px;
    margin-right: 4px;
}

.page-map ul {
    float: right;
}

.page-map>a.act {
    color: #A40001
}

.page-map ul li {
    float: left;
    margin-left: 50px;
}

.page-map li a {
    display: block;
    border-bottom: 2px solid transparent;
}

.page-map li.act a {
    border-bottom-color: #A40001;
    color: #A40001;
    /*margin-right: 50px;*/
}


/*.page-map li.joinus { margin-left: 100px;}*/

.page-map li.joinus a {
    margin-right: 0;
}

.page-map a:hover {
    color: #a40001
}

.page {
    font-size: 0;
    text-align: center;
    padding: 15px 0
}

.page a {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #ccc;
    color: #999;
    margin: 0;
    font-size: 16px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
}

.page a.act {
    background: #A40001;
    color: #fff
}

a.page-prev,
a.page-next {
    margin: 0 15px;
}

.page a:hover {
    border-color: #A40001;
}

.date:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/watch.png) no-repeat;
    margin-right: 5px;
    vertical-align: middle;
}


/*荣誉资质*/

.honor-list {
    margin-right: -2%;
    padding: 3% 0
}

.honor-list li {
    float: left;
    width: 23%;
    margin-right: 2%;
    margin-bottom: 3%;
}

.honor-list li a {
    display: block;
    text-align: center;
    font-size: 16px;
}

.honor-list li img {
    display: block;
    width: 90%;
    border: 1px solid #d3d3d3;
    margin: 0 auto;
    margin-bottom: 10px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.honor-list li:hover {
    color: #a40001
}

.honor-list li:hover img {
    border-color: #A40001
}

.color {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    vertical-align: middle;
    display: none;
    z-index: 999;
}


/*.color .close{background: rgba(164,0,1,0.6);color:#fff;position: absolute;right:5%;top:5%;width:60px;height:60px;line-height: 60px;text-align: center;font-size:40px;border-radius: 50%;}*/

.color-box {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #333
}

.color-box img {
    display: block;
    width: 330px;
    margin: 0 auto;
    margin-top: 15%;
}


/*关于我们*/

.us {
    padding: 30px 0;
    font-size: 18px;
}

.us-part {
    margin-bottom: 50px
}

.us1-l {
    width: 60%
}

.us1-l img {
    display: block;
    width: 100%
}

.us1-r {
    right: 0;
}

.us-txt {
    position: absolute;
    width: 45%;
    height: 300px;
    padding: 30px;
    top: 50%;
    margin-top: -150px;
    box-sizing: border-box;
    background: #fff;
    z-index: 9;
}

.us-part h2 {
    font-size: 20px;
    padding-bottom: 15px;
}

.us-part h2:before {
    content: '';
    display: block;
    width: 60px;
    height: 64px;
    background: url(../images/us_icon.png);
}

.us1-r h2:before {
    background-position: 0 0;
}

.us2-l h2:before {
    background-position: -60px 0;
}

.us2-r {
    margin-left: 40%;
}

.us2-r img {
    display: block;
    width: 100%
}

.us3 {
    margin-bottom: 0;
}

.us3 header {
    padding: 20px 0
}

.us3 h2:before {
    display: inline-block;
    vertical-align: middle;
    background-position: -120px 0;
}

.us4 h2,
.us3 h2 {
    padding-bottom: 0;
}

.us4 h2:before {
    background-position: -180px 0;
    display: inline-block;
    vertical-align: middle;
}

.us4 {
    background: #fff;
    padding-top: 20px
}

.us3 img {
    display: block;
    width: 100%
}

.us31 {
    background: #fff;
}

.us31-l {
    float: left;
    width: 70%;
}

.us31-txt {
    float: left;
    padding: 30px;
    padding-top: 90px;
    width: 30%;
    color: #000;
    font-size: 20px;
}

.us32 {
    padding: 20px 0;
    font-size: 20px;
    line-height: 1.8;
    background: #fff;
}

.us3-part .img {
    display: inline-block;
    position: relative;
    width: 400px
}

.us32 .img1 h3 {
    position: absolute;
    bottom: -30px;
    left: 20%;
}

.us32 .img1 h3:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-bottom: 8px solid #656565;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: relative;
    top: -3px;
    left: 3px
}

.us32 .img2 h3 {
    position: absolute;
    right: -30px;
    top: 25%;
    width: 22px;
}

.us32 .img2 h3:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-right: 8px solid #656565;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: relative;
    left: 4px
}

.us33 {
    text-align: right;
    background: #fff;
    font-size: 20px;
}

.us33 .img3 h3 {
    position: absolute;
    left: -30px;
    width: 20px;
    top: 40%
}

.us33 .img3 h3:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 8px solid #656565;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: relative;
    left: 4px;
    top: 5px
}

.us33 .img4 h3 {
    position: absolute;
    top: -30px;
    right: 15%
}

.us33 .img4 h3:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 8px solid #656565;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: relative;
    left: 5px
}

.us4-txt {
    padding: 50px
}


/*企业文化*/

#pc_culture {}

#mobile_culture {
    display: none
}

.culture {
    padding: 30px 0;
}

.culture img {
    display: block;
    width: 100%
}

.culture .cut {
    margin-bottom: 30px;
}

.culture .cut1 {
    background-size: cover;
}

.culture .cut1 span {
    width: 100%;
    height: 277px;
    background: url(../images/pic-1.png) no-repeat;
    display: block;
}

.culture .cut1 h3 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 35%;
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
}

.cut-txt {
    background: #fff;
    /*padding:30px*/
}

.cut-txt h2 {
    color: #000;
    font-size: 20px;
}

.cut-txt h2:after {
    content: '';
    display: block;
    width: 50px;
    height: 0;
    border-bottom: 1px solid #999;
    margin: 15px 0;
    margin-left: 15px;
}

.cut-txt .sprit:after {
    width: 70px;
    margin-left: 15px!important;
}

.cut2 {
    background: #fff;
}

.cut2 span {
    width: 100%;
    height: 276px;
    background: url(../images/pic-2.png) no-repeat;
    display: block;
    background-size: contain;
}

.cut3 {
    margin-right: -2%;
}


/*.cut3 img {width: 48%;}*/

.cut31 {
    float: left;
    width: 48%;
    margin-right: 2%;
}


/*.cut31 img{float: left;width:100%;}*/

.cut32 {
    float: left;
    width: 48%;
}

.cut31 aside {
    margin-left: 60%;
}

.cut31 span {
    width: 100%;
    height: 230px;
    background: url(../images/pic-3.png) no-repeat;
    background-size: contain;
    display: block;
}

.cut32 aside {
    float: left;
    width: 40%;
}

.cut32 span {
    width: 100%;
    height: 230px;
    background: url(../images/pic-4.png) no-repeat;
    background-size: contain;
    display: block;
}


/*.cut32 img{width:60%}*/

.cut4 {
    background: #fff;
    overflow-x: hidden;
}

.cut4 .cul1,
.cul3 {
    width: 30%;
    height: 271px;
    background: url(../images/cul-1.png) no-repeat;
    background-size: contain;
    display: inline-block;
    float: left;
}

.cut4 .cul3 {
    background: url(../images/cul-3.png) no-repeat;
    background-size: contain;
    display: inline-block;
    float: right;
}

.cut4 .cul2 {
    width: 40%;
    height: 271px;
    background: url(../images/cul-2.png) no-repeat;
    background-size: contain;
    display: inline-block;
}

.cut4 img {
    width: 100%;
}


/*简介*/

.tro {
    padding: 30px 0;
    color: #666;
    /*line-height: 1.6;*/
}

.tro section {
    background: #fff;
    padding: 20px;
}

.tro1 {
    border-bottom: 3px solid #f5f5f5;
}

.tro-img {
    float: left;
    width: 660px;
    height: 525px;
    background: url(../images/bj.jpg) no-repeat center;
    -webkit-animation: leftIn 0.5s linear;
    -moz-animation: leftIn 0.5s linear;
    -ms-animation: leftIn 0.5s linear;
    animation: leftIn 0.5s linear;
    background-size: cover;
    margin-right: 15px;
}

.tro1-txt {
    /*margin-left:50%;*/
    /*padding:0 30px;*/
    -webkit-animation: downIn 0.5s linear;
}

.tro1-txt p {
    line-height: 20px;
    font-size: 18px;
    text-align: justify;
}

.tro section h2 {
    color: #333;
    font-size: 20px;
    margin: 5px;
}

.tro-bk ul li {
    float: left;
    text-align: center;
    margin-right: 20px;
}

.tro-bk li i {
    display: block;
    width: 72px;
    height: 72px;
    background: url(../images/tro1.png);
    margin: 0 auto;
    margin-bottom: 10px;
}

.tro-bk li i.dp {
    background-position: 0 0;
}

.tro-bk li i.hg {
    background-position: -72px 0;
}

.tro-cj li {
    float: left;
    width: 200px;
    text-align: center;
}


/*联系方式*/

.contact {
    margin-top: 30px;
    margin-bottom: 30px;
    ;
    background: #fff;
    padding: 25px;
}

.cot1 .map {
    width: 46%;
    height: 300px;
    float: left;
}

.cot1 .cot-main {
    margin-left: 46%;
    padding: 30px
}

.cot1 dt {
    font-size: 20px;
    color: #000;
    padding-bottom: 20px;
}

.cot1 dd {
    padding-left: 22px;
    position: relative;
    padding-bottom: 12px;
    color: #666
}

.cot1 dd:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/link.png);
    position: absolute;
    left: 0;
    top: 2px;
}

.cot1 dd.addr s {
    float: left;
    display: inline-block;
    text-decoration: none;
}

.cot1 dd.addr span {
    float: left;
    width: 80%;
    display: inline-block;
}

.cot1 dd.addr:before {
    background-position: 0 0;
}

.cot1 dd.tel:before {
    background-position: -18px 0;
}

.cot1 dd.phone:before {
    background-position: -36px 0;
}

.cot1 dd.email:before {
    background-position: -72px 0;
}

.cot1 dd.fax:before {
    background-position: -54px 0;
}

.cot2 {
    padding: 0;
}

.cot2:last-child {
    margin-bottom: 20px;
}

.cot2 h2 {
    font-size: 20px;
    color: #000;
    padding-bottom: 12px;
}

.cot22 {
    display: inline-block;
    width: 405px;
    background: #f5f5f5;
    margin-right: 20px;
    margin-bottom: 30px;
    padding: 20px 40px
}

.cot22 ul {
    float: left;
    margin-right: 30px;
}

.cot22 ul li {
    padding-bottom: 10px;
}

.cot22 ul li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    width: 18px;
    height: 18px;
    background: url(../images/link.png) no-repeat;
}

.cot22 ul li.user:before {
    background-position: -90px 0;
}

.cot22 ul li.phone:before {
    background-position: -36px 0;
}

.cot22 ul li.qq:before {
    background-position: -108px 0;
}

.cot22 .code {
    float: right;
}


/*.cot22 .code img { margin-left: 20px;}*/


/*加入我们*/

.join {
    padding: 30px 0;
}

.job-list dt {
    margin-bottom: 30px;
    height: 60px;
    background: #fff;
    line-height: 60px;
    padding: 0 35px;
    font-size: 16px;
}

.job-list dt:hover {
    color: #a50405;
    cursor: pointer;
}


/*.job-list dt h2{}*/

.job-list li dt .date {
    color: #999;
}

.job-btn {
    display: block;
    width: 27px;
    height: 27px;
    background: url(../images/down2.png) 0 0 no-repeat;
    margin-top: 16px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.join dt:hover .job-btn {
    background-position: -27px 0;
}

.join dt .job-btn.act {
    background-position: -27px 0;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.job-list dd.job {
    padding: 25px;
    color: #666;
    display: none;
}

.job-list .job h3 {
    color: #000;
    padding: 20px 0;
    font-size: 18px;
}

.job-link section {
    width: 50%;
    float: left;
    padding: 30px;
    background: #Fff;
    color: #999;
    height: 330px;
}

.job-link section h3 {
    font-size: 20px;
    padding: 25px 0;
    color: #000;
}

.job-link section li {
    padding-bottom: 24px;
}

.job-link section li:last-child s {
    float: left;
    text-decoration: none;
    display: inline-block;
    line-height: 30px;
}

.job-link section li:last-child span {
    float: left;
    width: 80%;
    line-height: 30px;
}

.job-map {
    width: 50%;
    height: 330px;
    float: right;
}


/*新闻资讯*/

.news {
    padding: 30px 0
}

.news .new-item {
    padding: 2%;
    margin-bottom: 30px;
    overflow: hidden;
    background: #Fff;
}

.news .new-item picture {
    float: left;
    width: 30%;
    margin-right: 4%;
    position: relative;
    padding-top: 21%
}

.news .new-item picture img {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25%;
    width: 100%;
}

.news .new-item figcaption {
    float: left;
    width: 65%;
    color: #666
}

.news .new-item figcaption h2 {
    font-size: 18px;
    padding: 20px 0;
    border-bottom: 1px dotted #999;
    margin-bottom: 15px;
    color: #000
}

.news .new-item figcaption .more {
    color: #a40001;
    padding-top: 10px;
    display: block;
}

.news .new-item h2 a {
    display: inline-block;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}

.news .new-item h2 a:hover {
    color: #A40001;
}

.news .new-item h2 .date {
    float: right;
    color: #999;
    font-size: 16px;
}

.news .new-item figcaption .more:after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 10px;
    background: url(../images/jian.png) no-repeat;
    margin-left: 10px;
}


/*新闻详情*/

.new-detail {
    margin-top: 30px;
    margin-bottom: 30px;
    background: #fff;
    padding: 20px;
}

.new-detail header {
    padding-bottom: 20px;
    border-bottom: 1px dotted #999;
    text-align: center;
}

.new-detail header h2 {
    font-size: 22px;
    color: #A40001;
    padding: 15px 0;
}

.new-detail aside {
    padding: 20px 0;
    color: #666;
    line-height: 1.6;
}

.new-detail picture {
    display: inline-block;
    width: 44%;
    margin: 2% 2.5%;
}

.new-detail picture img {
    display: block;
    width: 100%
}

.return {
    display: block;
    width: 130px;
    background: #d40506;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.return:before {
    display: inline-block;
    content: '';
    width: 20px;
    height: 13px;
    background: url(../images/return.png) no-repeat;
    vertical-align: middle;
    margin-right: 6px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

.return:hover:before {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
}


/*工程案例*/

.case {
    padding: 30px 0;
}

.case-list {
    margin-right: -3%;
}

.case-list figure {
    display: block;
    float: left;
    width: 30.3%;
    margin-right: 3%;
    margin-bottom: 3%;
}

.case-list picture {
    width: 100%;
    overflow: hidden;
}

.case-list img {
    display: block;
    width: 100%;
}

.case-list figcaption a {
    display: block;
    height: 40px;
    line-height: 40px;
    background: #fff;
    padding: 0 15px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-right: 47px;
}

.case-list figcaption a:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    right: 10px;
    width: 20px;
    height: 14px;
    background: url(../images/jian01.png) 0 -14px no-repeat;
    margin-top: 10px
}

.case-list figure:hover img {
    -webkit-transform: scale(0.95);
}

.case-list figure:hover figcaption a {
    background: #a40000;
    color: #fff;
}

.case-list figure:hover figcaption a:after {
    background-position: 0 0;
}


/*工程案例详情*/

.case-detail {
    background: #fff;
    padding: 50px;
}

.case-detail header {
    padding: 20px 0;
    text-align: center;
}

.case-detail header h2 {
    font-size: 22px;
    padding-bottom: 10px;
}

.case-detail .vd video {
    display: block;
    margin: 20px auto;
}

@media only screen and (max-width:1280px) {
    .wrap {
        margin: 0 40px;
    }
    .us-txt {
        height: 280px;
        margin-top: -140px
    }
    .us3-part .img {
        width: 380px
    }
    .page-map ul li {
        margin-left: 40px;
    }
    .news .new-item h2 a {
        width: 75%
    }
}

@media only screen and (max-width:1024px) {
    .wrap {
        margin: 0 30px
    }
    .us3-part .img {
        width: 350px
    }
    .pc ul li {
        width: 120px
    }
    .page-map ul li {
        margin-left: 30px
    }
    .cot22 {
        width: 405px
    }
}

@media only screen and (max-width:985px) {
    .cot22 {
        width: 403px;
    }
}

@media only screen and (max-width:960px) {
    .wrap {
        margin: 0 20px
    }
    .pc ul li {
        width: 100px
    }
    .page-map ul li {
        margin-left: 20px
    }
    .page-map div>a {
        margin: 0 2px
    }
    .honor-list li {
        width: 31%
    }
    .us-txt {
        height: 250px;
        margin-top: -125px
    }
    .us31-txt {
        padding-top: 60px
    }
    .us3-part .img {
        width: 300px
    }
    .cot22 {
        padding: 20px 10px;
        width: 330px;
    }
    .cot22 ul {
        margin-right: 15px;
    }
}

@media only screen and (max-width:768px) {
    #pc_culture {
        display: none
    }
    #mobile_culture {
        display: block;
    }
    .culture .cut {
        margin-bottom: 40px;
    }
    .culture .cut1 span {
        width: 100%;
        height: 196px;
        background: url(../images/mb-cul6.jpg) no-repeat;
        background-size: cover;
    }
    .culture .cut2 span {
        width: 100%;
        height: 420px;
        background: url(../images/mb-cul7.jpg) no-repeat;
        display: block;
        background-size: contain;
    }
    .culture .cut31 span {
        width: 100%;
        height: 348px;
        background: url(../images/mb-cul5.jpg) no-repeat;
        display: block;
        background-size: contain;
    }
    .culture .cut32 span {
        width: 100%;
        height: 348px;
        background: url(../images/mb-cul4.jpg) no-repeat;
        display: block;
        background-size: contain;
    }
    .culture {
        padding: 20px 0;
    }
    .cut4 .cul1 {
        width: 100%;
        height: 182px;
        background: url(../images/mb-cul1.jpg) no-repeat;
        background-size: contain;
    }
    .cut4 .cul2 {
        width: 100%;
        height: 360px;
        background: url(../images/mb-cul2.jpg) no-repeat;
        background-size: cover;
    }
    .cut4 .cul3 {
        width: 100%;
        height: 182px;
        background: url(../images/mb-cul3.jpg) no-repeat;
        background-size: contain;
    }
    .wrap {
        margin: 0;
    }
    #menu {
        display: none;
    }
    .m-hide {
        display: none;
    }
    .page a {
        display: none
    }
    a.page-prev,
    a.page-next {
        display: inline-block;
    }
    /*底部*/
    /*#share li a{display: none;}*/
    #share ol {
        display: none;
    }
    #share {
        width: 100%;
        float: none;
    }
    #share li {
        display: inline-block;
        width: 29%;
        margin-left: 2%;
        text-align: center;
    }
    #share li div.wechat2 {
        bottom: 35px;
    }
    #share li div.wechat2:after {
        display: block;
    }
    #share li div a {
        display: block;
        width: 100%;
        height: 100%;
        background-image: none!important;
        height: none!important;
    }
    #share li div img {
        width: 100%;
        margin-bottom: 10px;
        margin-top: -19px;
    }
    #share li div p {
        display: block;
        text-align: center;
        color: #878787;
        line-height: 22px;
    }
    .page-ft .copy {
        display: block;
        float: none;
        text-align: center;
        padding: 10px;
        border-top: 1px solid #878787;
    }
    /*底部end*/
    .top-btn {
        width: 45px;
        height: 27px;
        padding-top: 12px;
        background-size: contain;
        font-size: 12px;
        padding-left: 3px;
        right: -5px;
    }
    /*#menu { margin-top: 80px;}*/
    .main {
        margin-top: 80px!important;
    }
    .hd {
        background: #050c1d;
    }
    .pc {
        display: none;
    }
    .mb {
        display: block;
        padding: 10px 0;
        margin: 0 3%;
    }
    .mb .wrap {
        text-align: center;
    }
    .mb .af span {
        color: #fff;
        display: inline-block;
        text-align: center;
        line-height: 60px;
        font-size: 20px;
        margin-top: -5px;
        text-align: center;
    }
    .mb .sec-btn {
        display: block;
        background: none;
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        border: none;
        width: 40px;
        padding: 0;
        outline: none;
        float: right;
        position: relative;
        top: 8px
    }
    .mb .sec-btn em {
        display: block;
        width: 100%;
        height: 4px;
        background: #A40001;
        margin-top: 8px;
        border-radius: 5px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        ;
        transition: 0.3s;
        position: relative;
    }
    .mb .sec-btn.slide em {
        height: 3px
    }
    .mb .sec-btn.slide em.em1 {
        top: 12px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .mb .sec-btn.slide em.em2 {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
    }
    .mb .sec-btn.slide em.em3 {
        top: -10px;
        -webkit-transform: rotate(-45deg);
    }
    .bannerimg {
        background-position: 15%;
    }
    .m-hd .m_navbar {
        display: none;
        height: 100%;
        min-height: 2500px;
        width: 100%;
        position: absolute;
        top: 64px;
        right: 0;
        left: 0;
        z-index: 20;
        background: #1f1f1f;
        text-align: center;
        border-top: 1px solid #0d0d0d;
        color: #999;
        font-size: 16px;
    }
    .sec-box {
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        width: 100%;
        background: #f7f7f7;
        color: #333;
        display: none;
    }
    .sec-box li>a {
        display: block;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #dadada;
        font-size: 18px;
        padding: 0 2%;
    }
    .sec-box li>a span {
        float: right;
        font-size: 20px;
        font-weight: bold;
        color: #848484
    }
    .sec-box .sec-m {
        display: none;
        padding: 0 3%;
        background: #f0f0f0;
    }
    .sec-box .sec-m a {
        display: block;
        color: #666;
        height: 34px;
        line-height: 34px;
        border-top: 1px solid #e2e2e2;
    }
    .sec-box .sec-m a:first-child {
        border-top: none
    }
    .lang {
        text-align: center;
        padding: 15px 0
    }
    .lang a {
        display: inline-block;
        background: #f0f0f0;
        color: #333;
        width: 110px;
        text-align: center;
        margin-right: 10px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .lang a.act {
        background: #a40001;
        color: #fff
    }
    /*资质荣誉*/
    .honor ul li {
        width: 48%
    }
    /*关于我们*/
    .us .us1-l {
        width: 100%;
    }
    .us-part {
        margin-bottom: 0;
    }
    .us-txt {
        position: inherit;
        width: 100%;
        margin-top: 0;
    }
    .us .us2-r {
        width: 100%;
        margin-left: 0
    }
    .us31-l {
        float: none;
        width: 100%
    }
    .us31-txt {
        width: 100%;
        padding-top: 20px
    }
    .us32-p {
        display: none;
    }
    .us32 .img,
    .us33 .img {
        display: block;
        width: 48%;
        margin-right: 2%;
        float: left;
    }
    .us32 .img h3,
    .us33 .img h3 {
        position: initial;
        width: 100%;
        text-align: center;
        padding: 10px 0
    }
    .us32 .img h3:after,
    .us33 .img h3:after {
        border-bottom: 8px solid #656565;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        position: initial;
        border-top: 0;
        vertical-align: middle;
        margin-left: 5px;
    }
    /*企业文化*/
    .culture .cut2 div {
        float: none;
        width: 100%;
    }
    .cut3 {
        margin-right: 0;
    }
    .cut3 div {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .cut31,
    .cut32 {
        overflow: hidden;
    }
    /*.cut3 span{ width: 100%;height: 271px;background: url(../images/f009f91bd7e5499da6881dd43e3f314e.gif) no-repeat;background-size: contain;display: block;}*/
    .cut3 aside {
        padding: 10px;
        margin-bottom: -100px;
        padding-bottom: 100px;
        overflow: hidden;
    }
    .cut4 div {
        float: none;
        width: 100%;
    }
    /*简介*/
    .tro-img {
        float: none;
        display: block;
        width: 100%;
        height: 350px !important;
    }
    .tro1-txt {
        margin-left: 0;
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
    .tro-cj li {
        width: 33.3%;
        padding: 3%
    }
    /*联系方式*/
    .cot1 .map {
        width: 100%;
        float: none;
    }
    .cot1 .cot-main {
        margin-left: 0;
        width: 100%;
    }
    .cot22 {
        width: 100%
    }
    /*加入我们*/
    .job-list li h2 {
        padding: 0 20px
    }
    .job-link .job-map {
        float: none;
        width: 100%
    }
    .job-link section {
        float: none;
        width: 100%;
    }
    .job-link section li {
        padding-bottom: 8px;
    }
    /*新闻资讯*/
    .news .new-item h2 .date {
        display: block;
        float: none;
    }
    .news .new-item figcaption aside {
        display: none;
    }
    .news .new-item picture {
        width: 45%
    }
    .news .new-item figcaption {
        width: 50%
    }
    .news .new-item figcaption h2 {
        padding: 10px 0;
        padding-top: 0;
        margin-bottom: 0;
        font-size: 16px
    }
    .news .new-item h2 a {
        width: 95%;
    }
    .new-detail picture {
        width: 98%
    }
    /*工程案例*/
    .case-list figure {
        width: 47%
    }
    .case-detail .vd video {
        width: 94%;
        margin: 10px auto
    }
    .case-detail img {
        display: block;
        width: 94%;
        margin: 0 auto
    }
}

@-webkit-keyframes downIn {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(0, 20px, 0);
    }
}

@-moz-keyframes downIn {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-transform: translate3d(0, 20px, 0);
    }
}

@keyframes downIn {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate3d(0, 20px, 0);
    }
}

@-webkit-keyframes leftIn {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(-30px, 0, 0);
    }
}

@-moz-keyframes leftIn {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-transform: translate3d(-30px, 0, 0);
    }
}

@keyframes leftIn {
    from {
        opacity: 0;
        transform: translate3d(-30px, 0, 0);
    }
}

@-webkit-keyframes rightIn {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(20px, 0, 0);
    }
}

@-moz-keyframes rightIn {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-transform: translate3d(20px, 0, 0);
    }
}

@keyframes rightIn {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate3d(20px, 0, 0);
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

@media (max-width: 414px) {
    .culture .cut {
        margin-bottom: 20px;
    }
    .culture .cut1 span {
        width: 100%;
        height: 117px;
        background: url(../images/mb-cul6.jpg) no-repeat;
        background-size: cover;
    }
    .culture .cut2 span {
        width: 100%;
        height: 227px;
        background: url(../images/mb-cul7.jpg) no-repeat;
        display: block;
        background-size: contain;
    }
    .culture .cut31 span {
        width: 100%;
        height: 200px;
        background: url(../images/mb-cul5.jpg) no-repeat;
        display: block;
        background-size: contain;
    }
    .culture .cut32 span {
        width: 100%;
        height: 200px;
        background: url(../images/mb-cul4.jpg) no-repeat;
        display: block;
        background-size: contain;
    }
    .culture {
        padding: 20px 0;
    }
    .cut4 .cul1 {
        width: 100%;
        height: 110px;
        background: url(../images/mb-cul1.jpg) no-repeat;
        background-size: contain;
    }
    .cut4 .cul2 {
        width: 100%;
        height: 260px;
        background: url(../images/mb-cul2.jpg) no-repeat;
        background-size: cover;
    }
    .cut4 .cul3 {
        width: 100%;
        height: 110px;
        background: url(../images/mb-cul3.jpg) no-repeat;
        background-size: contain;
    }
}

@media (max-width: 320px) {
    .culture .cut {
        margin-bottom: 10px;
    }
    .culture .cut1 span {
        width: 100%;
        height: 97px;
        background: url(../images/mb-cul6.jpg) no-repeat;
        background-size: cover;
    }
    .culture .cut2 span {
        width: 100%;
        height: 175px;
        background: url(../images/mb-cul7.jpg) no-repeat;
        display: block;
        background-size: contain;
    }
    .culture .cut31 span {
        width: 100%;
        height: 145px;
        background: url(../images/mb-cul5.jpg) no-repeat;
        display: block;
        background-size: contain;
    }
    .culture .cut32 span {
        width: 100%;
        height: 145px;
        background: url(../images/mb-cul4.jpg) no-repeat;
        display: block;
        background-size: contain;
    }
    .culture {
        padding: 20px 0;
    }
    .cut4 .cul1 {
        width: 100%;
        height: 86px;
        background: url(../images/mb-cul1.jpg) no-repeat;
        background-size: contain;
    }
    .cut4 .cul2 {
        width: 100%;
        height: 185px;
        background: url(../images/mb-cul2.jpg) no-repeat;
        background-size: cover;
    }
    .cut4 .cul3 {
        width: 100%;
        height: 86px;
        background: url(../images/mb-cul3.jpg) no-repeat;
        background-size: contain;
    }
}
